home *** CD-ROM | disk | FTP | other *** search
- COMPONENT: asAssisPopup
- RELEASE DATE: 01/05/1998
-
-
- BRIEF USAGE DESCRIPTION:
- ------------------------
- The popup button uses a rounded rectangle for it's border. It's main
- purpose was to imitate the Office Assistant Bubble Window buttons. However,
- it can be used for anything the developer needs. It has a more limited
- set of properties then as97Popup, making it more compact and to the point.
-
-
- NON-STANDARD PROPERTIES:
- ------------------------
- <-AutoSize->
- Determines if the control automatically sizes the Picture
- or the developer sizes it using the PictureWidth and PictureHeight
- properties. When set to True, the control will automatically size
- it's CustomPicture.
-
- <-DisabledPicture->
- The picture shown when the Enabled property of the button is False.
-
- <-MouseDownPicture->
- The picture shown when the left mouse button is down while the mouse
- pointer is over the control.
-
- <-MouseOverPicture->
- The picture shown when the mouse pointer is over the control.
-
- <-Picture->
- The picture displayed on the left side of the button.
-
- <-PictureHeight->
- The desired custom height, in pixels, of the CustomPicture
- when AutoSize is set to False.
-
- <-PictureWidth->
- The desired custom width, in pixels, of the CustomPicture
- when AutoSize is set to False.
-
-
- NON-STANDARD METHODS:
- ---------------------
- NONE
-
-
- NON-STANDARD EVENTS:
- --------------------
- <-MouseEnter->
- This event is fired when the mouse enters the region of the button.
-
- <-MouseExit->
- This event is fired when the mouse exits the region of the button.
-
-
- STANDARD PROPERTIES:
- --------------------
- BackColor
- Caption
- Container
- DragIcon
- DragMode
- Enabled
- Font
- Height
- HelpContextID
- Index
- Left
- Name
- Object
- Parent
- TabIndex
- TabStop
- Tag
- ToolTipText
- Top
- Visible
-
-
- STANDARD METHODS:
- -----------------
- Drag
- Move
- SetFocus
- ShowWhatsThis
- ZOrder
-
-
- STANDARD EVENTS:
- ----------------
- Click
- DragDrop
- DragOver
- GotFocus
- LostFocus
-
-
- TECHNICAL USAGE NOTES:
- ----------------------
- This control is primarily used to imitate the look of buttons
- found in the Microsoft Office Assistant bubble windows. It can
- however be used in any application.
-